From 5f3c49c90d5c8a3861259d64d5dd49994e2300bf Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 21 Jun 2004 19:51:27 +0000 Subject: [PATCH] (Fwith_output_to_temp_buffer): Doc fix. --- src/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/print.c b/src/print.c index a91276d409a..0abd30b5ce0 100644 --- a/src/print.c +++ b/src/print.c @@ -658,7 +658,7 @@ If variable `temp-buffer-show-function' is non-nil, call it at the end to get the buffer displayed instead of just displaying the non-selected buffer and calling the hook. It gets one argument, the buffer to display. -usage: (with-output-to-temp-buffer BUFFNAME BODY ...) */) +usage: (with-output-to-temp-buffer BUFNAME BODY ...) */) (args) Lisp_Object args; { -- 2.30.2